home *** CD-ROM | disk | FTP | other *** search
/ BigMax 18 / BigMax nº 18 MAX.iso / demo / install.cfg < prev    next >
Text File  |  1996-12-11  |  2KB  |  68 lines

  1. rem   This is the configuration file used to install BAM
  2. rem   =========================================================
  3.  
  4.     rem --- set the character that is used for background on the screen
  5.     rem   - good choices are ░ ▒ ▓ . or a space
  6. SCREENFILLCHAR: "Blood & Magic by Tachyon Studios    ", -10
  7.  
  8.     rem --- set the colors that the end-user sees on the screen
  9.     rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
  10.     rem   - and you may add the modifier BRIGHT to intensify the selected color
  11. TITLEBACKGROUND : WHITE
  12. TITLEFOREGROUND : BLUE
  13. SCREENBACKGROUND: BLACK
  14. SCREENFOREGROUND: WHITE
  15. BOTTOMBACKGROUND: WHITE
  16. BOTTOMFOREGROUND: BLUE
  17. WINDOWBACKGROUND: BLUE
  18. WINDOWFOREGROUND: bright WHITE
  19. PROMPTBACKGROUND: red
  20. pROMPTFOREGROUND: BRIGHT WHITE
  21.  
  22.     rem --- the title that appears at the top of all screens
  23. TITLE: "Blood & Magic Non-Interactive Demo Installer"
  24.  
  25. BEGINFIRSTSCREEN
  26.  
  27.    Welcome to the Blood & Magic Non-Interactive Demo installer!
  28.  
  29.    If you are running under Windows 95, please exit this installer
  30.    and run INSTW95.EXE instead.  Otherwise..
  31.  
  32.    To obtain better performance, we are about to install this demo
  33.    onto your hard drive.  This will require 32 megs of free disk
  34.    space.
  35.  
  36.    If you prefer to run the demo directly from your CD-ROM instead,   
  37.    you must do the following:
  38.  
  39.    1) Press the Escape key to exit this installer, followed by Y.
  40.    2) At the DOS prompt, move to your CD-ROM drive (probably by
  41.       typing either "D:" or "E:", and pressing ENTER).
  42.    3) Type DEMO and press ENTER.
  43.  
  44.    Otherwise, press ENTER to continue with installation.
  45.  
  46. ENDFIRSTSCREEN
  47.  
  48. rem --- check that the end user has a powerful enough CPU (8086, 80286,...)
  49. MINCPUTYPE: 80486
  50. rem --- set the default drive and directory for installation
  51. DEFAULTDIR: C:\INTRPLAY\BAMDEMO
  52. MINDISKSPACE: 32000000
  53.  
  54. FiLE: *.*, overwrite=yes
  55.  
  56. BEGINLASTSCREEN
  57.  
  58.   You have completed installation of the
  59.               Blood & Magic
  60.           Non-Interactive Demo.
  61.  
  62.  To see it, type "DEMO" at the DOS prompt. 
  63.  
  64.         Press any key to continue.
  65.  
  66. ENDLASTSCREEN
  67.  
  68.